projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0634a78
)
(shut_down_emacs): Call check_message_stack.
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 21 Aug 1999 19:29:17 +0000
(19:29 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 21 Aug 1999 19:29:17 +0000
(19:29 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 4953220f110177eeb53dd0c05344997c74cd11db..34ab179dfde36c57e67cfd4d766ede619154bccd 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1737,6
+1737,7
@@
shut_down_emacs (sig, no_x, stuff)
#endif
check_glyph_memory ();
+ check_message_stack ();
#ifdef MSDOS
dos_cleanup ();